home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / Spectro / Source / ScrollingSound.h < prev    next >
Text File  |  1992-01-22  |  189b  |  16 lines

  1.  
  2.  
  3. #import <appkit/ScrollView.h>
  4.  
  5. @interface ScrollingSound : ScrollView
  6.  
  7. + newFrame:(NXRect const *)theFrame;
  8. - setDelegate:anObject;
  9. - play:sender;
  10. - stop:sender;
  11. - record:sender;
  12.  
  13. @end
  14.  
  15.  
  16.